home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Demos / Tangent Systems / BuildSim 2.0b34.sit / BuildSim 2.0b34 / BuildSim AutoCode Support / headers / TSLnBlock.h < prev    next >
Text File  |  1997-07-28  |  741b  |  43 lines

  1. ////////////////////////////////
  2. //
  3. // TSLnBlock.h
  4. //
  5. // © 1994, 1995, 1996, 1997 Tangent Systems
  6. //
  7. // All rights reserved.
  8. //
  9. // This file contains confidential and proprietary information. No Portion
  10. // of this file may be reproduced, by any means, without the written
  11. // permission of Tangent Systems
  12. //
  13. // Description:
  14.  
  15. //
  16. //
  17. // Author: John H. Shackelford, Tangent Systems
  18. // email: jshack@tangentsys.com
  19. //
  20. // Date: 1997/06/20
  21. // Version: A
  22. //
  23. // Revision History:
  24. // 1997/06/20 Revision A -     Initial Release
  25. //
  26. ////////////////////////////////    
  27.     
  28. #ifndef _TSLnBlock_h
  29. #define _TSLnBlock_h
  30.  
  31. #include "TSBuildBlock.h"
  32.  
  33.  
  34. class TSLnBlock : public TSBuildBlock
  35. {
  36. public:
  37. // Attributes
  38.  
  39. // Methods
  40.     int doSimulate(Real time);
  41.             
  42. };
  43. #endif